home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldo / waldo.exe / FINAL08.DXR / 00337.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  392 b   |  16 lines

  1. global gBalloons
  2.  
  3. on mouseDown
  4.   if gBalloons >= 3 then
  5.     store([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40])
  6.     setProp(1, 40, "puppet", 1)
  7.     setProp(41, 48, "puppet", 0)
  8.     set gReturnFrame to label("Main")
  9.     go("Print Poster")
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   dontPassEvent()
  15. end
  16.